home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / endls102.zip / ENDLESS.DOC < prev    next >
Text File  |  1992-06-14  |  5KB  |  138 lines

  1.                             Endless Story DOOR
  2.                                -----------
  3.                     Door To Allow Your Users To Add A
  4.                        Line To An "Endless" Story.
  5.  
  6.  
  7. What Is It?
  8.  
  9.          Endless Story is a door to allow your users to each add a line
  10.          to an story, of which the topic is determined by you.
  11.          Experiences in the past show that users can get pretty weird
  12.          with this!  The story is bound to become crazy within a day or
  13.          so.  Lines such as "She walked down the long street walking her"
  14.          will end up with endings like "pet abominable snowman beside her."
  15.  
  16.  
  17. Who/What/Why?
  18.  
  19.          This door was written entirely by Greg Parsons.  Any questions
  20.          regarding the door should be addressed to him at Paradise Cove
  21.          BBS (Number shown below).  This door was developed using Sam
  22.          Smith's EXCELLENT ProKit libraries.  Without these, this door
  23.          would have never been possible for me.
  24.  
  25.                                    ***
  26.  
  27. Registering:
  28.  
  29.          This door is FREEWARE.  You may use it all you want, for as long
  30.          as you want with no obligation to buy or register it whatsoever.
  31.          However, I'd like to hear your comments on it.  What would be
  32.          nice?  I'd love to see who's using it.  If you send me a postcard
  33.          from your hometown with your name, etc. on it, I'd appreciate it
  34.          very much.
  35.  
  36.          Just in case, here's my address:
  37.  
  38.          Greg Parsons
  39.          PO Box 44
  40.          Selbyville, DE  19975
  41.  
  42.                                    ***
  43.  
  44.             Updates can ALWAYS be found on Paradise Cove BBS at:
  45.                 302-436-4780 * USRobotics HST 14.4k * 24hrs
  46.  
  47.                                    ***
  48.  
  49. DISCLAIMER:
  50.  
  51. Greg Parsons will not be liable for any damage that may result
  52. from the use of this program.  This program comes with NO WARRANTY
  53. written or implied.  Use this program at your own risk.
  54.  
  55.                                    ***
  56.  
  57. ProDoor is Copyrighted by Samuel H. Smith
  58. ProKit is a product of Samuel H. Smith
  59.  
  60.                                    ***
  61.  
  62. GETTING STARTED
  63.  
  64. Modify the ENDLESS.CNF file to suit your needs.
  65.  
  66. Line 1: INTERRUPT                            INTERRUPT
  67. Line 2: Topic You Want Displayed For Story.  Write On Me, I'm An Endless Story
  68. Line 3: DOS path and Filename For Story.     C:\ENDLESS\STORY1
  69. Line 4: SysOp's Report Path and Filename.    C:\ENDLESS\ENDLESS.RPT
  70. Line 5: Make Entries To CALLERx File? (Y/N)  Y
  71. Line 6: SysOp's Name.                        Greg Parsons
  72. Line 7: BBS Name.                            Paradise Cove
  73.  
  74. Copy ENDLESS.EXE into a directory which is in your path.
  75. Create a door batch file for each node.
  76.  
  77. ENDLESS
  78.  
  79. CD\PCB\DOORS\ENDLESS
  80. ENDLESS.EXE ENDLESS.CNF C:\PCB1
  81. BOARD1        (or EXIT in Shell Mode)
  82.  
  83. The first line must contain three entries in the exact order shown.  The
  84. first entry must be the program name (and path if it is not in a
  85. directory in your path).  The second entry must be the path and name of the
  86. configuration file, and the third entry must be the path to the
  87. PCBOARD.SYS file.  The fourth entry, LOCAL, is optional, and may be used
  88. to run the door from the command line.
  89.  
  90. The second line must either be the command to restart PCBoard for that
  91. node, or EXIT if the door is a "Shelled" door.
  92.  
  93. Add the door entry to your DOORS.DAT file by going into PCBSETUP.
  94. Select "J" Main Board Configuration.  Cursor down to Doors, (about 5
  95. lines from the bottom).  Highlight your DOORS.DAT file and press F2.
  96.  
  97. Make the following entries:
  98.  
  99.                                       USER  DOOR
  100.    Filename    Password  Sec  Login   SYS   SYS   Shell  Path to DOOR Files
  101. 1  ENDLESS                 5    N     N     N       N
  102. 2
  103. 3
  104.  
  105. Note.  Shell may be set to "S" if you have sufficient memory availablle.
  106. If Shell is "S", then replace "BOARD1" with "EXIT" on the second line of
  107. your ENDLESS file.  Shelled doors are seamless to PCBoard.
  108.  
  109. Don't forget to add the door to your doors list and tell your users
  110. about it.  It can be a lot of fun.
  111.  
  112. Revision History ----------------
  113.  
  114. 06-12-92
  115.      Initial Coding.
  116.      Released as: ENDLS100.ZIP
  117.  
  118. 06-13-92
  119.      All around bug fix.  Changed prompt handling.  Now an option to add
  120.      a line to the story after you read it.  User remains in the door until
  121.      he/she "Q"uits back to BBS or "G"oodbye.  New option to logoff from
  122.      the menu.  Support for optional CALLERx entries telling you whether
  123.      he/she actually added something to the story.
  124.  
  125.      **** CONFIG FILE CHANGE FOR THIS RELEASE ****  See included .CNF  ****
  126.  
  127.      Thanks Bill Walsh.
  128.      Released as: ENDLS101.ZIP
  129.  
  130. 06-14-92
  131.      Default answer in "Would You Like To Add A Line ?" changed from
  132.      (Enter=yes) to (Enter=no) due to lines being added accidentally.
  133.      Changed from ANSI color codes to PCBoard's @X color macros.
  134.      Fixed problem where ANSI was being added to the story's output file.
  135.      Should now work with all terminals without causing color-reset problems.
  136.      Released as: ENDLS102.ZIP
  137.  
  138.